home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / QKeys⁄Tempo Hyper.cpt / Quickey_Tempo Stack / PostEvent stack / card_4022.txt < prev    next >
Text File  |  1988-05-11  |  1KB  |  35 lines

  1. -- card: 4022 from stack: in
  2. -- bmap block id: 4626
  3. -- flags: 0000
  4. -- background id: 2637
  5. -- name: QuicKeys
  6. ----- HyperTalk script -----
  7. on openCard
  8.   push recent card
  9. end openCard
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=51 top=68 right=274 bottom=458
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 10
  21. -- style flags: 0
  22. -- line height: 12
  23. -- part name: 
  24.  
  25.  
  26. -- part contents for card part 1
  27. ----- text -----
  28. This isn't as ugly as the Tempo interface. You can specify the name of the QuicKeys sequence or click that you want to run as a single parameter:
  29.  
  30.                            PostEvent "Reformat"
  31.  
  32. will run a click or sequence that you had previously given that name. PostEvent will accept the first match that it can find, checking the Hypercard-specific keys first, and then the Universal ones. If it can't find a match, it will beep once.
  33.  
  34. The Tempo interface will also work with QuicKeys. You might want to do this to issue a command key to a desk accessory, for instance. For QuicKeys only, a control key modifier can be specified in the first argument ‚Ä쬆use a lower case "c".
  35.